home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 9 / CorelDraw9 Disco 1.iso / Register / Cancel.frm next >
INI File  |  1999-04-11  |  910b  |  34 lines

  1. [Misc]
  2. Width=180
  3. Height=90
  4. Title=Cancel Registration
  5.  
  6.  
  7. [Version]
  8. Upgrade1=1
  9.  
  10.  
  11.  
  12.  
  13. [Field Profile]
  14. Field1="&Yes",defpushbutton,2,24,60,50,14
  15. Field2="&No",pushbutton,10,108,60,50,14
  16. Field3="Registration is important!",ltext,-1,14,14,213,16
  17. Field4="Are you sure you want to cancel?",ltext,-1,14,38,160,16
  18.  
  19. [OnExit]
  20. Item1=Defaults,Exitcode,2,SCREEN,chekremd
  21.  
  22. ;Write Cancel=1 to Register section of pipeline.ini
  23. Item2=Defaults,Exitcode,2,WRITEDAT,Misc,Cancel,1
  24. Item3=Defaults,Exitcode,2,WRITEINI,Register,Cancel,Pipeline.ini,Misc,Cancel
  25. Item4=Defaults,Exitcode,2,CLEARINISECTION,Misc,pipedlg.dat,
  26.  
  27. ;If user has been reminded three times already and selects yes, quit and reset RegRemd.
  28. Item5=Defaults,Exitcode,10,GOTO,9
  29. Item6=System,RegRemd,3,SCREEN,
  30. Item7=System,RegRemd,3,WRITEDAT,System,RegRemd,0
  31. Item8=*,*,*,WRITEINI,Defaults,RemTime,Pipeline.ini,System,RegRemd
  32. Item9=*,*,*,NOOP
  33.  
  34.